GET
/
projects
/
{projectId}
/
apiKeys
curl --request GET \
  --url https://partner.peaka.studio/api/v1/projects/{projectId}/apiKeys
[
  {
    "name": "<string>",
    "apiKey": "<string>",
    "apiKeyId": "3c90c3cc-0d44-4b50-8888-8dd25736052a"
  }
]

Path Parameters

projectId
string
required

Response

200 - */*
OK
name
string

Name of the API key

apiKey
string

API key. It is a secret and should not be shared. Please store it securely. You will not be able to see it again.

apiKeyId
string

ID of the API key